testsuite: Pass GDK_DEBUG=default-settings to css tests
authorMatthias Clasen <mclasen@redhat.com>
Wed, 3 Feb 2021 16:56:43 +0000 (11:56 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 4 Feb 2021 03:10:13 +0000 (22:10 -0500)
Otherwise, settings might creep in and change css defaults.

testsuite/css/meson.build

index f8d13fe548fd61cdd3d48fcb52f6115074ea363f..cd35ced891e8bb493a7ac0af1df2831003f357e7 100644 (file)
@@ -6,6 +6,7 @@ csstest_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
 csstest_env.set('GIO_USE_VFS', 'local')
 csstest_env.set('GSETTINGS_BACKEND', 'memory')
 csstest_env.set('G_ENABLE_DIAGNOSTIC', '0')
+csstest_env.set('GDK_DEBUG', 'default-settings')
 
 subdir('parser')
 subdir('nodes')